home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
circuits
/
spice2g6.z
/
spice2g6
/
spice
/
Fortran
/
second.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-02-03
|
175 b
|
8 lines
subroutine second(t1)
implicit double precision (a-h,o-z)
dimension ibuff(4)
call times (ibuff)
t1=dble (ibuff(1))/60.0d0
return
end